OpenRoads Designer CONNECT Edition SDK Help

StrokeByEndPoints Method

Strokes element by end points.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearPointCollection StrokeByEndPoints()

Return Value

LinearPointCollection Collection of stroked points.

Remarks

If the element is a simple linear element, only the start point and the end point of this element are returned. If the element is a complex element, start point and end point of each element of the complex are returned.

See Also